| TableServerSend_Command Method |
Public Function to send a simple Tangible Command to a Single Slab.
the string value of the Slab IP address.the string value of the Tangible Command. this function return type is Response Object Type.
ExamplesTableServer tab= new TableServer(); tab.SendCommand("192.186.1.101","mode:1");
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Response Send_Command(
string IPSlab,
string Cmd
)
Public Function Send_Command (
IPSlab As String,
Cmd As String
) As Response
public:
Response Send_Command(
String^ IPSlab,
String^ Cmd
)
function Send_Command(IPSlab, Cmd);
Parameters
- IPSlab
- Type: SystemString
- Cmd
- Type: SystemString
Return Value
Type:
Response
See Also